/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");
@import url("css/font-awesome.min.css");
@font-face {
    font-family: 'DancingScript';
    src: url('fonts/DancingScriptOT.eot?#iefix') format('embedded-opentype'), url('fonts/DancingScriptOT.otf') format('opentype'), url('fonts/DancingScriptOT.woff') format('woff'), url('fonts/DancingScriptOT.ttf') format('truetype'), url('fonts/DancingScriptOT.svg#DancingScriptOT') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

body {
    font:400 13px 'DejaVuSans';
}

.h1, .h2, .h3, .h4, .h5, .h6, a, h1, h2, h3, h4, h5, h6, p a {
    font-family: 'DejaVuSans';
}

a, a:hover
{ 
    -webkit-transition: all 0.5s ease-in-out ; 
    -moz-transition: all 0.5s ease-in-out ; 
    -ms-transition: all 0.5s ease-in-out ; 
    -o-transition: all 0.5s ease-in-out ; 
    transition: all 0.5s ease-in-out ;
}




/********************************** CONTENT TYPE / SUCCESS STORIES *****************************/
.single-success-stories .intro {
    margin-bottom: 15px;
}

.single-success-stories .intro p  {
    font-weight: 700;
    font-size: 17px;
}

.single-success-stories h2 {
    font-family: 'DancingScript';
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 30px;
}

.single-success-stories .bloc {
    background: #f9f9f9;
    padding: 30px;
}

.single-success-stories .bloc p,
.single-success-stories .bloc li {
    font-size: 15px;
}

.single-success-stories .bloc + .bloc {
    margin-top: 30px
}

.single-success-stories .flexslider {
    margin: 0 0 10px 0;
}

.single-success-stories .container .anim,
.post-type-archive-success-stories .container .anim { 
    opacity: 0; 
    transition: all 900ms ease; 
    -moz-transform: translate(0px, 100px);  
    -o-transform: translate(0px, 100px); 
    -ms-transform: translate(0px, 100px); 
    transform: translate(0, 100px);  
    -moz-backface-visibility: hidden; 
    backface-visibility: hidden;
}

.single-success-stories .container .anim.active,
.post-type-archive-success-stories .container .anim.active  { 
    opacity: 1; 
    -moz-transform: translate(0, 0, 0); 
    -webkit-transform: translate(0, 0); 
    -o-transform: translate(0, 0); 
    -ms-transform: translate(0, 0); 
    transform: translate(0, 0);
}


/********************************** PAGE ARCHIVE / SUCCESS STORIES *****************************/
.post-type-archive-success-stories .flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 40px 0;
    justify-content: space-between;
}

.post-type-archive-success-stories .flex * {
    box-sizing: border-box;
}

.post-type-archive-success-stories .flex > .first {
    width: 40.5%;
    /*border: 3px solid #bdb188;*/
    padding: 30px;
    background: #2a2b2b;
}

.post-type-archive-success-stories .flex > .first:hover {
    background: #c4b78a;
}

.post-type-archive-success-stories .flex .flexslider {
    margin: 0; 
}

.post-type-archive-success-stories .flex > .flex {
    width: 58%;
    padding: 0;
    align-content: space-between;
}

.post-type-archive-success-stories .flex > .flex > * {
    width: 48.5%;
}

.post-type-archive-success-stories .flex > .flex > *:hover figcaption,
.post-type-archive-success-stories .flex > .first:hover figcaption {
    background: rgba(66,61,64,0.9); 
}

.post-type-archive-success-stories .flex > .flex > *:hover figcaption h2,
.post-type-archive-success-stories .flex > .first:hover figcaption h2 {
    color: #fff; 
}


.post-type-archive-success-stories figcaption {
    padding: 15px;
    background: rgba(231,231,231,0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.post-type-archive-success-stories  figcaption h2 {
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}

.post-type-archive-success-stories figure {
    padding: 0;
    position: relative;
    margin: 0;
}


.post-type-archive-success-stories img {
    vertical-align: bottom;
}

.post-type-archive-success-stories .title-list {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}

.post-type-archive-success-stories .container_inner {
    width: 1200px;
}

.post-type-archive-success-stories .wp-pagenavi {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    padding: 0;
    margin: 0 6px;  
    display: inline-block;
    font-size: 18px;
}

.wp-pagenavi span.current {
    border: 1px solid #423d40;
    background: #423d40;
    color: #fff;     
    font-weight: 400;
}

.wp-pagenavi a.page,
.wp-pagenavi .nextpostslink {
    border: 1px solid #f0f0f0;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    background: #423d40;
    color: #fff;
}












.p-serigraphie {
    font-family: 'DancingScript';
}

blockquote h5 {
    font-family: 'DancingScript'!important;
    color: #bdb188;
}

blockquote .fa-quote-right:before {
    display: none;
}

.header-widget a {
    text-transform: uppercase;
    margin: 0 15px;
}

.filter_holder ul li span {
    color: #555555;
}

.filter_holder ul li:hover span {
    color: #000 !important;
}

.filter_holder li:last-child i {
    display: none;
}

.q_logo img {
    z-index: 99998;
}

.q_logo a {
    height: 190px !important;
}

.header_bottom {
    background-color: rgba(63, 41, 58, 1) !important;
}

.header_top {
    background-color: #e6e6e6!important;
}

.header_bottom .container {
    height: 100%;
}

.header_bottom .container_inner {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.light:not(.sticky):not(.scrolled) .header-widget a {
    color: #3f293a;
}

header.sticky>.q_logo a {
    height: 80px !important;
}

.desc h2 {
    color: #fff;
    text-transform: uppercase;
}

.titre-temoignages h2 {
    color: #fff;
}

.testimonials_holder .flex-direction-nav a {
    border-radius: 0;
}

.masonry-excerpt {
    text-align: center;
}

.four_columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.four_columns .column1,
.four_columns .column2,
.four_columns .column3,
.four_columns .column4 {
    width: auto!important;
}

.footer_top_holder {
    background-color: #ffffff!important;
}

.footer_top .textwidget,
.footer_top .textwidget a,
.footer_top .textwidget h2,
.footer_top .textwidget p,
.footer_top .textwidget span {
    color: #333!important;
}

.footer-logo-infos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-logo {
    padding-right: 25px;
}

.footer-logo img {
    width: 125px;
}

.footer-infos-p {
    padding-left: 15px;
}

.footerlinks {
    text-align: left;
    float: right;
}

.footerlinks a {
    text-transform: uppercase;
    color: #fff;
}

.footerlinks-formations {
    padding-right: 40px!important;
}

.footerlinks a:hover {
    color: #baa878 !important;
}

.footerlinks hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-left: 0;
    width: 102px;
    margin: 0;
    padding: 2px 0;
}

.footer_col4 .titre {
    font-family: 'DancingScript';
    font-size: 42px;
    margin-bottom: 10px;
}
    .footer_col4 .titre + p { margin-bottom: 7px; }

.footer-icons p {
    text-transform: uppercase;
}

.four_columns>.column4 .column_inner {
    border-left: 1px solid #595959;
    margin-left: 30px;
}

.column4 .column_inner .textwidget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-icons {
    float: right;
    display: flex;
    flex-direction: row;
}

.footer-icons .qode_icon_font_awesome {
    border: 2px solid #fff;
    border-radius: 25px;
    width: 20px;
    height: 20px;
}

.footer-icons .fa:before {
    padding-top: 3px;
    color: #fff;
    width: 15px;
    text-align: center;
    margin: auto;
    display: block;
}

.footer-icons span {
    margin-left: 5px;
}

.all_at_once a {
    background-color: rgba(255, 0, 0, 0) !important;
}

header.sticky nav.main_menu>ul>li>a,
header.light.sticky nav.main_menu>ul>li>a,
header.dark.sticky nav.main_menu>ul>li>a {
    color: #fff;
}

nav.main_menu>ul>li>a {
    color: #fff;
}

nav.main_menu>ul>li.menu-item-has-children:after {
    content: url(images/arrow-sub.png);
    margin-left: -10px;
}

nav.main_menu>ul>li.menu-item-has-children li:after {
    content: none;
}

#top_nav:nth-child(3)>.menu-item>.sub-menu a {
    color: red!important;
}

nav.main_menu>ul>li.active>a {
    color: #fff;
}

nav.main_menu ul li .second .inner ul {
    background-color: rgba(63, 41, 58, 1) !important;
}

.bloc-top-home .vc_col-sm-2 {
    width: calc((100% - 0px) / 4) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.bloc-top-home .vc_col-sm-2 .vc_column-inner {
    padding: 0 10px!important;
}

.bloc-home {
    /*background-image: url(images/bg-home-cols.jpg);
    background-repeat: no-repeat;
    background-size: 230px 400px;*/
    border: 1px solid #dadada;
    text-align: center;
    min-height: 455px;
    margin: 20px 0!important;
}

.bloc-home .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px 15px 30px 15px;
    position: relative;
}

.bloc-home .wpb_wrapper::before {
    content: url(/wp-content/themes/bridge-child/images/border-home-cols.png);
    position: absolute;
    right: -1px;
    top: -1px;
}

.bloc-home img {
    padding-bottom: 15px;
}

.bloc-home h2,
.bloc-home h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 700;
}

.bloc-home h2 {
    font-size: 18px;
    margin-left: 10px !important;
    font-weight: 700;
}

.bloc-home hr {
    width: 30px;
    height: 0px;
    border-bottom: 0px solid #333;
    margin: 14px auto;
}

.bloc-home p {
    font-family: 'DancingScript';
    font-size: 17px;
    color: #bdb188;
    text-align: center;
    line-height: 20px;
}

.bloc-home p strong {
    color: #423d40;
    font-family: 'DejaVuSans';
    text-transform: uppercase; 
        font-size: 16px;
}

.bloc-home h5 {
    font-family: 'DancingScript';
    font-size: 18px;
    margin-left: 10px;
}

.bloc-home span {
    color: #bdb188;
    text-decoration: underline;
}

.bloc-home span:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background-color: #000;
    margin: 20px auto 20px auto;
}

.bloc-home span:last-child:after {
    content: none;
}

.bloc-home .separator {
    display: none;
}

.display-none {
    display: none;
}

a.lien-col-home {
    display: block;
    width: 100%;
    background-image: url(/wp-content/themes/bridge-child/images/lilarrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 100%;
    /*min-height: 57px;*/
    padding: 0 15px;
    box-sizing: border-box;
}

.page-subtitle, .title .title_holder .container {
    padding: 15px 0 30px 0;
    background-color: #eaeaea!important;
    display: block;
}

.page-subtitle .breadcrumbs {
    padding-bottom: 35px;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
}


.subtitle-actus {
    border-bottom: 1px solid #fff;
}

.page-subtitle .container_inner h1 {
    text-transform: uppercase;
    font-weight: normal;
}

.intropage {
    padding-bottom: 30px;
}

.intropage p {
    color: #000;
    font-size: 14px;
    padding-top: 30px;
}

#formateurs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
}

.pic {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.hover-pic {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.formateur img {
   /* max-width: 80%;*/
    margin: auto;
}

.hover-pic:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.top-formation {
    background-color: #3f293a;
    padding: 15px 0;
}

.top-formation>.container_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.items-formation {
    display: inline-block;
    width: calc(100% * (1/4));
}

.item-formation {
    color: #fff;
}

.item-formation img {
    vertical-align: middle;
    padding-right: 10px;
}

.page-subtitle>.container_inner .sous-titre {
    font-family: 'DancingScript';
    font-size: 28px;
    text-transform: none;
}

.page-subtitle>.container_inner .sous-titre span {
    font-size: 16px;
    padding-left: 15px;
}

.content-img-section {
    padding: 70px 0 0 0;
}

.content-30p-section {
    padding: 30px 0 30px 0;
}

.img-content>div {
    min-height: 455px;
}

.bloc-presentation-formation p {
    color: #000;
    padding-bottom: 0;
    display: block;
}

.bloc-presentation-formation h3, .bloc-presentation-formation h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
}

.preinscription-form-section { margin-top: 70px; }


/*.bloc-presentation-formation h3:after{
  content: '';
  display:block;
  height:1px;
  background-color:#000;
  width:80px;
  margin:20px 0;
}*/

.bloc-presentation-formation h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}

.bloc-presentation-formation em {
    font-family: 'DancingScript';
    font-size: 20px;
    color: #bdb188;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}

.detail-section em {
    font-family: 'DancingScript';
    color: #bdb188;
    font-size: 20px;
    display: block;
    width: 60%;
    padding-top: 10px;
}

.q_accordion_holder.accordion {
    background-color: #e6e6e6;
}

.q_accordion_holder.accordion .ui-state-active {
    background-color: #bdb188;
    color: #fff;
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
    background-color: transparent;
}

.calendrier-section .q_accordion_holder.accordion {
    background-color: #43283b;
}

.calendrier-section .q_accordion_holder.accordion .ui-state-active {
    background-color: #bdb188;
    color: #fff;
}

.calendrier-section .q_accordion_holder.accordion .ui-accordion-header {
    color: #fff;
}

.formation-section .q_accordion_holder.accordion {
    background-color: #43283b;
    color: #fff;
}

.formation-section .q_accordion_holder.accordion span.tab-title {
    color: #fff;
}

.formation-section .q_accordion_holder.accordion .ui-state-active span.tab-title {
    color: #fff;
}

.formation-section .q_accordion_holder.accordion .ui-state-active {
    background-color: #bdb188;
    color: #fff;
}

.formation-section .q_accordion_holder.accordion .ui-accordion-header {
    color: #422a38;
}

.calendrier-section .q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    border: 2px solid transparent;
}

.calendrier-section .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
    background-color: #bdb188;
}

.calendrier-section .q_accordion_holder.accordion div.accordion_content {
    background-color: #fff;
    padding: 0 10px 0 10px;
}

.calendrier-section .q_accordion_holder.accordion div.accordion_content_inner {
    background-color: #fff;
}

.calendrier-section .q_accordion_holder.accordion .ui-accordion-header {
    margin: 0;
    font-weight: 400
}

.formation-section .q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    border: 2px solid transparent;
}

.formation-section .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
    background-color: #bdb188;
}

.formation-section .q_accordion_holder.accordion div.accordion_content {
    background-color: #fff;
    padding: 0 10px 0 10px;
}

.formation-section .q_accordion_holder.accordion div.accordion_content_inner {
    background-color: #fff;
}

.formation-section .q_accordion_holder.accordion .ui-accordion-header {
    margin: 0;
    font-weight: 400;
}

.contenu-accordeon p {
    color: #000;
}

.contenu-accordeon em {
    font-family: 'DejaVuSans';
    color: #3f293a;
    font-style: normal;
    font-size: 13px;
}

.contenu-accordeon ul {
    list-style: none;
    color: #6b6b6b;
}

.contenu-accordeon ul li:before {
    font-family: FontAwesome;
    content: "\f05d";
    padding-right: 10px;
}

.up-sectioncal {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
}

.up-sectioncal h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
}

.up-sectioncal h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

.imgup-sectioncal {
    padding-right: 15px;
}

.bloc-horaires {
    background-color: #3f293a;
    margin: 0 0 0 0px;
    padding: 30px 70px;
}

.bloc-horaires p {
    color: #fff;
}

.bloc-horaires p strong {
    display: block;
    font-family: 'DejaVuSans';
    font-size: 19px;
}

.bloc-horaires h4 {
    color: #fff;
    text-transform: uppercase;
}

.bloc-horaires em {
    font-style: normal;
}

.bloc-horaires em:after {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    background-color: #fff;
    margin: 15px auto 15px auto;
}

.bloc-frais {
    background-color: #bdb188;
    margin: 0 0px;
    padding: 25px;
}

.bloc-frais p {
    color: #fff;
}

.bloc-frais h4 {
    color: #fff;
    text-transform: uppercase;
}

.bloc-frais em {
    font-style: normal;
}

.bloc-frais em:after {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    background-color: #fff;
    margin: 15px auto 15px auto;
}

.center-frais h3 {
    text-transform: uppercase;
}

.center-frais h3:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #000;
    width: 80px;
    margin: 20px 0;
}

.center-frais {
    margin-right: 10px;
}

.center-frais li {
    line-height: 26px;
}


.bloc-frais h2, .center-frais h2, .right-frais h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
}

.center-frais ul {
    list-style: none;
    color: #6b6b6b;
}

.center-frais ul li:before {
    font-family: FontAwesome;
    content: "\f05d";
    padding-right: 10px;
}

.right-frais {
    margin-left: 10px;
}

.right-frais h2 {
    text-transform: uppercase;
}

.right-frais h2:after,
.center-frais h2:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #000;
    width: 80px;
    margin: 15px 0;
}

.bloc-frais h2 {
    color: white;
}

.bloc-frais h2:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 80px;
    margin: 15px 0;
}

.subscribe-form {
    background-color: #fff;
    display: flex;
    float: right;
    border-radius: 2px;
    width: 300px;
}

.subscribe-form .your-email {
    border: 1px solid #949494;
}

.subscribe-form input[type='email'] {
    border: 1px solid transparent;
    padding: 0;
    opacity: 0.4;
    height: 86%;
}

.subscribe-form img.ajax-loader {
    display: none !important;
}

.subscribe-form input[type='submit'] {
    margin-right: -20px;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.social-footer {
    margin-top: 50px;
}

#formateurs {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#formateurs>span {
    display: block;
    width: calc(100% * (1/4) - 2%);
}

.formateur {
    position: relative;
}

.info-formateur {
    position: relative;
    margin: auto;
    text-align: center;
    color: #423d40;
    /*height: 70px;*/
    margin-top: 10px;
}

.info-formateur .marque-partenaire {
    font: 300 24px 'DejaVuSans';
}

.downarrow {
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: 20px;
    background-image: url(images/downarrow.png);
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 2px solid #bdb188;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.separateur-page {
    margin-top: 60px;
}

.arrowshown {
    display: block;
    opacity: 1;
}

.info- h2 {
    text-transform: uppercase;
    font-size: 18px;
}

.info-formateur p {
    line-height: 20px;
}

.info-formateurs-full-container {
    background-color: #f1f1f1;
    position: absolute;
    z-index: 9998;
    width: 1100px;
    left: 0px;
}

.item-container {
    display: inline-block;
    width: calc(100% * (1/4) - 2%);
    /*height: 330px;*/
    margin-bottom: 20px;
}

.itemopen {
    height: 450px;
}

.closeitem {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(images/close.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.info-formateurs-full-container:before {
    position: absolute;
    content: '';
    background-color: #f1f1f1;
    width: 10000px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: -10000px;
}

.info-formateurs-full-container:after {
    position: absolute;
    content: '';
    background-color: #f1f1f1;
    width: 10000px;
    height: 100%;
    top: 0;
    z-index: 1;
    right: -10000px;
}

.info-formateurs-container {
    position: relative;
    display: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.shown {
    display: block;
    height: auto;
    margin-top: 15px;
}

.info-formateurs-content {
    display: flex;
    margin: auto;
    width: 97%;
    padding: 15px;
}

.info-formateurs-left {
    width: 30%;
}

.info-formateurs-right {
    width: 70%;
}

.cta-formateur {
    opacity: 0;
    cursor: pointer;
    margin: auto;
    width: 50%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    left: 22%;
}

.wrapper-cta {
    position: relative;
    height: 100%;
}

.cta-shown {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header.light .q_logo img.light {
    height: 150px !important;
    width: 150px !important;
    top: -41% !important;
}

.q_logo img.normal {
    height: 150px !important;
    width: 150px !important;
    top: -41% !important;
}

h3.titre-descriptif-formation {
    width: 60%;
    display: flex;
    align-items: center;
}

h3.titre-public-formation {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.titre-formation-bachelor {
    padding: 0px;
}

.picto-bloc-presentation-formation {
    position: absolute;
}

.formations-template-default .bloc-presentation-formation h2,
.titre-detail-formation {
    padding-bottom: 50px;
    position: relative;
    top: 20px;
    left: 75px;
}

h3.titre-detail-formation {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    margin-bottom: 20px;
}

.preinscription-form-section p {
    color: #fff;
}

.preinscription-form-section em {
    font-family: 'DancingScript';
    color: #fff;
    font-size: 20px;
    display: block;
    width: 60%;
    padding-top: 10px;
}

.contact-col-formation em {
    font-family: 'DancingScript';
    color: #bdb188;
    font-size: 20px;
}

.titre-preinscription {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}

.titre-preinscription:before {
    content: url(images/pictopreinscription.png);
    display: inline-block;
    padding-right: 20px;
}

.lien-documentation a {
    display: flex;
    align-items: center;
    font-family: 'DancingScript';
    color: #000;
    font-size: 20px;
}

.lien-documentation a:before {
    content: url(images/icone-dl.png);
    display: inline-block;
    padding-right: 10px;
}

.form-page {
    display: flex;
    flex-wrap: wrap;
}

.form-page .wpcf7-form-control-wrap input {
    margin-bottom: 5px;
}

.form-right {
    width: 48%;
    margin: 1%;
}

.form-left {
    width: 48%;
    margin: 1%;
}

.form-page br {
    display: none;
}

.sidebysidefields {
    display: flex;
}

.sidebysidefields .sidefieldleft span select {
    margin-bottom: 20px!important;
}

.form-infos span input,
.form-infos span select,
.form-infos span textarea {
    margin-bottom: 20px!important;
}

.sidefieldleft {
    width: 48%;
    margin-right: 1%;
}

.sidefieldright {
    width: 50%;
    margin-left: 1%;
}

.form-left .select-after {
    background-image: url(images/down-arrow.png);
    position: relative;
    right: 5px;
    top: -53px;
    height: 18px;
    float: right;
    clear: both;
    width: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}


/*input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
  margin:0;
}*/

.form-page textarea {
    height: 160px;
}

.form-page input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0 3px 0;
}

.exp-partage p {
    font-family: 'DancingScript';
    color: #000;
    font-size: 20px;
    display: inline-block;
}

.exp-partage a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-color: #baa878;
    font-size: 16px;
    font-weight: 400;
    background-color: #baa878;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    border-width: 1px;
    display: inline-block;
    height: 39px;
    line-height: 36px;
    width: 43%;
    text-align: center;
    margin-left: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.exp-partage a:hover {
    background-color: #423d40;
}

.form-preinscription .sidebysidefields {
    margin-bottom: -5px;
}

.form-preinscription {
    padding-bottom: 60px;
}

.form-preinscription input.wpcf7-form-control.wpcf7-date,
.form-preinscription input.wpcf7-form-control.wpcf7-number,
.form-preinscription input.wpcf7-form-control.wpcf7-quiz,
.form-preinscription input.wpcf7-form-control.wpcf7-text,
.form-preinscription select.wpcf7-form-control.wpcf7-select,
.form-preinscription textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #eaeaea;
    border-color: #eaeaea;
    margin-bottom: 10px;
}

h3.titre-form {
    text-transform: uppercase;
    font-weight: 400;
    color: #909090;
    padding-bottom: 30px;
}

.form-preinscription input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0 3px 0;
}

.form-preinscription select.wpcf7-form-control.wpcf7-select {
    background-image: url(images/downarrowselect.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form-preinscription .oneside select.wpcf7-form-control.wpcf7-select {
    background-position: 97.5%;
}

.separateur-page {
    background-image: url(images/motif-page.jpg);
    height: 40px;
    background-repeat: repeat !important;
    background-size: 26px 25px!important;
}

h3.titre-descriptif-base {
    padding-bottom: 30px;
}

.slide-contenu .qode_image_gallery_no_space .controls a.next-slide span,
.slide-contenu .qode_image_gallery_no_space .controls a.prev-slide span {
    border: 0px;
    margin-left: -15px;
}

.bloc-page-contenu ul li {
    list-style: none;
}

.bloc-page-contenu ul li:before {
    font-family: FontAwesome;
    content: "\f005";
    padding-right: 10px;
    color: #bdb188;
}

.bloc-page-contenu h3 {
    left: 0!important;
}

.masonry-page-de-base .filter_holder {
    display: none;
}

li.contact-item a span {
    border: 1px solid #fff;
    padding: 5px 35px 5px 5px;
    position: relative;
    margin-right: 15px;
}

li.contact-item a span:after {
    position: absolute;
    left: 82%;
    top: 6px;
    background: url(images/fleche.png) no-repeat;
    content: '';
    color: #fff;
    padding-right: 10px;
    width: 30px;
    height: 22px;
    display: inline-block;
}

.socials-icons-forms a {
    display: inline-block;
    font-size: 20px;
    color: #eaeaea;
    padding: 10px;
}

body.page-preinscription .content .container .container_inner.default_template_holder,
.content .container .container_inner.page_container_inner {
    padding-top: 0 !important;
}

body.page-preinscription.content .container .container_inner.page_container_inner,
body.page-preinscription .full_page_container_inner {
    padding-top: 0 !important;
}

.header_top #searchform input[type=submit] {
    color: rgba(63, 41, 58, 1);
}

.header_top #searchform input[type=text] {
    display: none;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    padding: 10px 5px !important;
}


/*@media only screen and (max-width: 1200px) {
    .info-formateurs-full-container {
        width: 950px;
    }
    .item-container {
        height: 290px;
    }
    .itemopen {
        height: 570px;
    }
}

@media only screen and (max-width: 1000px) {
    .item-container {
        height: 265px;
    }
    .itemopen {
        height: 555px;
    }
    .info-formateurs-full-container {
        width: 768px;
    }
}

@media only screen and (max-width: 768px) {
    #formateurs {
        flex-direction: column;
    }
    .item-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    .info-formateurs-full-container {
        width: 600px;
    }
}*/

@media only screen and (max-width: 376px) {
    .closeitem {
        right: 49% !important;
    }
    .footerlinks {
        text-align: center;
        float: none;
    }
    nav.mobile_menu {
        margin-top: 100px;
    }
}

.footer_top {
    border-bottom: 15px solid #baa878;
}

.introduction-actus {
    text-align: center;
    width: 50%;
    margin: auto;
    font-family: 'DancingScript';
    font-size: 20px;
    padding: 15px 0;
}

div.title-blocs-masonry,
div.title-blocs-masonry-noimg {
    text-align: center;
    margin: 15px 0;
    font: 400 24px/27px 'DejaVuSans';
}

div.title-blocs-masonry a {
    font-weight: 500 !important;
    text-transform: none;
}

div.title-blocs-masonry-noimg a {
    font-weight: 500 !important;
    text-transform: uppercase;
}

span.bloc_tags {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #6c6c6c;
}

p.q_masonry_blog_excerpt {
    text-transform: none;
    color: #000;
    text-align: center;
}


/* --------------- HEXAGONS -------------- */

.inner-row-hexagons .full_section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px auto;
}

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    margin: 86.60px 0;
    background-size: auto 346.4102px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 212.13px;
    height: 212.13px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 43.93px;
}


/*counter transform the bg image on the caps*/

.hexTop:after,
.hexBottom:after {
    content: "";
    position: absolute;
    width: 300.0000px;
    height: 173.20508075688775px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

.hexTop {
    top: -106.0660px;
}

.hexTop:after {
    background-position: center top;
}

.hexBottom {
    bottom: -106.0660px;
}

.hexBottom:after {
    background-position: center bottom;
}

.hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 300.0000px;
    height: 173.2051px;
    z-index: 2;
    background: inherit;
}

#hexa1 {
    background-image: url(images/ecole-col-1.jpg);
}

#hexa2 {
    background-image: url(images/ecole-col-2.jpg);
}

#hexa3 {
    background-image: url(images/ecole-col-3.jpg);
}

#hexa1 a,
#hexa2 a,
#hexa3 a {
    z-index: 10000;
    display: block;
    padding: 10px 25px;
    margin-top: -20px;
    background-color: #bdb188;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
}

#hexa1:hover a,
#hexa2:hover a,
#hexa3:hover a {
    opacity: 1;
}

.hexagon p {
    z-index: 10000;
    color: #fff;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}

.carousel-inner div.q_slide_title {
    color: #fff;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    margin: 10px 0 20px;
    font-family: 'DejaVuSans';
}

.q_slider .has_custom_cursor .prev_nav,
.q_slider .has_custom_cursor .next_nav,
.no-touch .q_slider .has_custom_cursor .carousel-indicators {
    display: block !important;
}

.carousel-control .next_nav,
.carousel-control .prev_nav {
    border: 0px;
}


/*WTF*/

.carousel-inner .slider_content_outer {
    border-bottom: 10px solid #bdb188;
}

.bloc-top-home {
    border-top: 10px solid #000;
}

.q_slider .has_custom_cursor .carousel-control.left,
.q_slider .has_custom_cursor .carousel-control.left:active {
    cursor: pointer !important;
}

.q_slider .has_custom_cursor .carousel-control.left.light,
.q_slider .has_custom_cursor .carousel-control.left.light:active {
    cursor: pointer !important;
}

.q_slider .has_custom_cursor .carousel-control.right.light,
.q_slider .has_custom_cursor .carousel-control.right.light:active {
    cursor: pointer !important;
}

.q_slider .has_custom_cursor .carousel-control.right,
.q_slider .has_custom_cursor .carousel-control.right:active {
    cursor: pointer !important;
}

.blog_single h3:after {
    content: '';
    border-bottom: 1px solid black;
    height: 1px;
    width: 100px;
    display: block;
    margin: 20px 0;
}

.bouton-lien-formations {
    background-color: #baa878;
    width: 164px;
    padding: 10px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.bouton-lien-formations a {
    color: white;
}

.bouton-lien-formations a:hover {
    color: white;
    font-weight: bold;
}

.blog_single img {
    margin: 20px 0;
}

.widget_recent_entries h5,
.widget_categories h5 {
    font-family: 'DancingScript';
    font-size: 23px;
}

.single-post .column2 {
    margin-top: 70px;
}

.single-post .column2 ul li {
    margin-bottom: 0;
}

.single-post .column2 ul li a:hover {
    color: black!important;
    text-transform: underline;
}

.socials-icons-forms a {
    color: #bbb18d!important;
}

.bloc-presentation-formation em {
    width: 100%;
}

.content-30p-section em {
    width: 100%;
}


/* -------------- header  */

body #main_header {
    background-image: url(/wp-content/themes/bridge-child/images/bg-home.jpg);
}

.page-header-container .wrapper_nav-primary .wrapper-nav-container {
    display: flex;
    align-content: center;
    justify-content: space-between;
    height: 130px;
    width: 74%;
    max-width: 100%;
    margin: 0 auto;
}

.bloc-header-home {
    width: calc(100% / 3);
}

.social-container {
    min-width: 284px;
}

.header-home-left {
    display: flex;
    align-items: center;
}

.header-home-left .social-network {
    display: flex;
    align-items: center;
}

.header-home-left .social-network a {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #2a2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-home-left .social-network a:first-child {
    margin-left: 0px;
}

.header-home-left .social-network a i {
    font-size: 12px;
}

.header-home-left .link {
    font-size: 12px;
    color: #2a2b2b;
    text-transform: uppercase
}

.header-home-left .link:before {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 10px;
    background: #a7a7a7;
}

.header-home-left a:hover {
    text-decoration: none;
}

.header-home-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-home-middle a {
    width: 60%;
    text-align: center;
}

.header-home-middle a img {
    width: 50%;
    margin: auto;
}

.header-home-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-home-right .link-user {
    display: flex;
    align-items: center;
}

.skip-search {
    text-indent: -9999px;
}

.header-home-right .logo-header {
    display: flex;
    flex-direction: row;
    width: 30%;
    align-items: center;
    padding-right: 20px;
}

.header-home-right .logo-header a:first-child {
    padding-right: 20px;
}

.header-home-right .link-user a {
    background-image: url(/wp-content/themes/bridge-child/images/icon-search-header.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}

.header-home-right .link-user>a {
    margin-left: 10px;
}

.header-home-right .form-language {
    display: none;
    float: left;
    padding: 14px;
}

.header-home-right .form-language li {
    text-align: center;
    text-decoration: none;
    list-style: none;
}

.header-home-right .form-language a {
    text-transform: uppercase;
}

.header-home-right .form-language a.selected,
.form-language a:hover {
    color: #b9aa88;
    text-decoration: none;
}

.header-home-right .link-user:after {
    content: "";
    width: 1px;
    height: 25px;
    background: #c1b38d;
    display: inline-block;
    margin-left: 20px;
}

#top-menu {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 42px;
    background: #2a2b2b;
    border-bottom: 5px solid #c4b78a;
    margin: auto;
    float: none;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#top-menu ul {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

#top-menu ul .sub-menu {
    display: none;
}

#top-menu ul>.menu-item:hover>ul:not(:last-child) {
    display: block;
}

#top-menu ul>.menu-item {
    padding: 18px 0;
    list-style: none;
}

#top-menu ul>.menu-item .sub-menu li {
    padding: 2px 0!important;
}

#top-menu ul>.menu-item>a {
    font-size: 13.7px;
    padding: 0 40px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

#top-menu ul>.menu-item>a:hover {
    color: #b9aa88;
}

#top-menu ul>.menu-item>a:hover:after {
    content: ' ';
    position: absolute;
    width: 34px;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    bottom: 0;
    background: #b9aa88;
}

#top-menu ul .contact-item a {
    font-family: 'DancingScript', cursive;
    text-transform: none;
    font-size: 21px;
}

#top-menu ul .contact-item a:before {
    content: "";
    width: 18px;
    height: 23px;
    background: url(/wp-content/themes/bridge-child/images/picto-menu-boutique.png);
    display: inline-block;
    position: relative;
    top: 3px;
    left: -8px;
}

#top-menu #top_nav>.menu-item-has-children:hover>ul.sub-menu {
    display: block!important;
    background: white;
    width: 400px;
    position: absolute;
    top: 47px;
    display: none;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 25px;
    z-index: 1000;
    justify-content: space-between;
    padding-right: 0px;
}

#top-menu ul>li>ul>li>.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: inherit;
}

.sub-menu>ul {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top-menu ul>.menu-item>.sub-menu .link-groupe a {
    font-size: 14px;
    font-family: 'DejaVu-Bold';
    color: #2a2b2b!important;
    line-height: 20px;
    padding-right: 70px;
    text-transform: inherit;
}

#top-menu ul>.menu-item>.sub-menu a {
    font-size: 14px;
    font-family: 'DejaVuSans';
    color: #2a2b2b!important;
    line-height: 20px;
    padding-right: 70px;
    text-transform: inherit;
}

#top-menu ul .sub-menu li ul {
    display: block;
}

#top-menu ul>.menu-item>.sub-menu .link-groupe>a:before {
    content: "";
    display: none;
}

#top-menu ul>li>ul>li>.sub-menu li:not(.link-groupe) a:before {
    content: "";
    width: 29px;
    height: 10px;
    background: url(/wp-content/themes/bridge-child/images/arrow-mega-menu.png);
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 8px;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#top-menu ul>li>ul>li>.sub-menu li:hover:not(.link-groupe) a:before {
    opacity: 1;
    left: 5px;
}

#top-menu ul>li>ul>li a:before {
    content: "";
    width: 29px;
    height: 10px;
    background: url(/wp-content/themes/bridge-child/images/arrow-mega-menu.png);
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 8px;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#top-menu ul>li>ul>li:hover a:before {
    opacity: 1;
    left: 5px;
}

#top-menu ul .sub-menu li:hover>ul {
    display: flex;
}

#top-menu ul>.menu-item .sub-menu .sub-menu li a {
    font-family: 'DejaVuSans'!important;
}

#top-menu ul>.menu-item>.sub-menu a:hover:after {
    content: ' ';
    width: 0px;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    bottom: 0;
}

.menu-mobile {
    display: none;
}

.link-user form {
    width: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.link-user form.active {
    width: 290px;
}

.link-user form div {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.link-user form input[type=text] {
    width: 79%;
    height: 40px;
    padding-left: 5px;
    border-bottom: 2px solid rgba(185, 170, 136, 0.33)!important;
    border-style: none;
}

.link-user form input[type=submit] {
    width: 50px;
    background-color: #b9aa88;
    border-style: none;
    color: #fff;
    height: 44px;
}

.link-user form input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #b9aa88!important;
    color: #b9aa88;
}

.search-results .title_holder {
    padding-top: 0!important;
}

.search-results .title.title_size_large {
    height: auto!important;
}

.search-results .title h1 {
    color: #333!important;
}

.search-results .blog_holder article .post_content_holder {
    display: flex;
}

.search-results .blog_holder article {
    border-bottom: 1px solid #333;
}

.title_holder {
    padding-top: 0!important;
}

.position_center.title .title_subtitle_holder {
    text-align: left!important;
}

.page-subtitle .container_inner h1 {
    color: #303030!important
}

.title_outer .title {
    z-index: 0!important;
}

.form-particulier {
    display: none;
}

.form-entreprise {
    display: none;
}

.contact_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact_info .vc_row.wpb_row.section.vc_row-fluid {
    width: 25%;
}

.formulaire-contact {
    width: 70%;
    margin-left: 50px;
}

.form-entreprise,
.form-particulier {
    margin-top: 10px;
}

.oneside {
    margin-bottom: -5px;
    margin-top: -15px;
}

.oneside2 {
    margin-bottom: -5px;
    margin-top: 5px;
}

.search-page .blog_holder article .post_image {
    width: auto;
}

.search-page .post_content_holder {
    margin-bottom: 20px;
}

.search-page .blog_holder article {
    margin-bottom: 20px;
}

.search-page h2.entry_title {
    margin-bottom: 15px;
}

.search-page .vc_row {
    display: none;
}

.search-page .wpb_column {
    display: none;
}

.menu>li.current-menu-ancestor>a,
.menu>.contact-item.current-menu-item>a {
    color: #b9aa88!important;
}

.menu>li.current-menu-ancestor>a:after,
.menu>.contact-item.current-menu-item>a:after {
    content: ' ';
    position: absolute;
    width: 34px;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    bottom: 0;
    background: #b9aa88;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"]::-webkit-input-placeholder {
        color: #aaa;
    }
}

body.search-results .picto-bloc-presentation-formation {
    display: none;
}

.logo-header a.colbert img {
    height: 60px;
    width: 100px;
}


/*IE HACK*/

@media all and (-ms-high-contrast:none) {
    .logo-header a.colbert img {
        height: 60px;
        width: 100px;
    }
    .logo-header a.epv img {
        height: 32px;
        width: 32px;
    }
    .formateur img {
        max-width: auto;
        height: 100%;
    }
    .info-formateur p {
        line-height: 16px;
        font-size: 12px;
    }
}


@media all and (max-width: 1235px){
    .post-type-archive-success-stories .container_inner {
        width: 98%;
        margin: 0 auto;
    }

}

@media all and (max-width: 910px){
    .post-type-archive-success-stories .flex > .first,
    .post-type-archive-success-stories .flex  img {
        width: 100%;
    }

    .post-type-archive-success-stories .flex > .flex {
        width: 100%;
        margin-top: 15px;
    }

    .post-type-archive-success-stories .flex > .flex > * {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 600px){
    .post-type-archive-success-stories .flex > .flex > * {
        width: 100%;
    }
}