/*
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");

/* Font Family : GOTHAM */
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GothamBold.eot');
    src: url('fonts/GothamBold.eot') format('embedded-opentype'),
         url('fonts/GothamBold.woff2') format('woff2'),
         url('fonts/GothamBold.woff') format('woff'),
         url('fonts/GothamBold.ttf') format('truetype'),
         url('fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('fonts/GothamBookRegular.eot');
    src: url('fonts/GothamBookRegular.eot') format('embedded-opentype'),
         url('fonts/GothamBookRegular.woff2') format('woff2'),
         url('fonts/GothamBookRegular.woff') format('woff'),
         url('fonts/GothamBookRegular.ttf') format('truetype'),
         url('fonts/GothamBookRegular.svg#GothamBookRegular') format('svg');
}

body {
	font-family: 'GothamBookRegular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GothamBold';
}

/* helpers */

.hidden {
    display: none;
}

blockquote i.pull-right {
    font-size: 22px;
    color: #c1c0c0;
    margin: 6px 0 0!important;
}

/* Formulaire adhésion */

.requis {
    color: red;
}

label .requis {
    font-size: 1.2em;
}

#etape1,
#etape2 {
    display: inline-block;
}

#adhesion1:after {
    content: '';
    display: block;
    clear: both;
}

#etape1 {
    float: left;
}

#etape2,
#submitAdhesion {
    float: right;
}

.btn-gray {
    background-color: gray;
    border-color: gray;
}

@media(max-width: 670px){
    #etape1,
    #etape2 {
        display: block;
        text-align: center;
        float: none;
        margin-top: 3em;
        margin-bottom: 2em;
    }

    #submitAdhesion {
        width: 100%!important;
        display: block!important;
        float: none!important;
        box-sizing: border-box!important;    
    }

}

/* Buttons */

#btnAdhesion {
    margin: 0 auto;
    display: inline-block;
}

/* List */

.blue-list li,
.blue-list-check li {
    position: relative;
    list-style: none;
    margin-left: 2em;
    margin-bottom: 1em;
    padding-left: 1em;
}

.blue-list li:before {
    position: absolute;
    top: 0;
    left: -0.5em;
    content: "•";
    font-size: 3em;
    color: #0287c2;
}

.blue-list-check li:before {
    position: absolute;
    top: 0.1em;
    left: -1.3em;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 2em;
    color: #0287c2;
}

/* Pour les separateurs sous les titres */
.separator.small {
	width: 90px!important;
    height: 3px!important;
}

.blue{
    background-color: #007CBA!important;
}

.title_subtitle_holder_inner .separator.small {
    /*background-color: #fff!important;*/
}

.description_categorie {
    position: relative;
    text-align: center;
    min-height: 100px;
}

.description_categorie img {
    position: relative;
    top: 2.3em;
    margin-left: 0.5em;
}

/* helpers */
.text-uppercase {
	text-transform: uppercase;
}

.text-compteur h1,
.text-compteur h2 {
	text-transform: uppercase;
	color: #fff;
}

.shadow {
    box-shadow: 1px 3px 10px #CCC;
}

.text-left {
    text-align: left!important;
}

.sticky-cta,
#sticky-bottom {
    position: fixed!important;
    bottom: 0!important;
    left: 15px!important;
    width: 100%;
    z-index: 1000;
}

/* Titres de page */
.title.title_size_medium h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase!important;
}

@media(max-width: 600px) {
	.title.title_size_medium h1 {
	    font-size: inherit;
	}
}

/* Main navigation */
nav.main_menu > ul > li > a span:not(.plus) {
    padding: 1em;
    border-radius: 30px;
}

nav.main_menu > ul > li.active > a span:not(.plus),
nav.main_menu > ul > li:hover > a span:not(.plus),
nav.main_menu > ul > li.current-page-ancestor > a span:not(.plus) {
	background: #fff;
	transition: .2s;
    color: #007CBA;
}

nav.main_menu>ul>li>a,
nav.main_menu ul li:hover a {
    transition: 0s; 
}

.current-menu-ancestor, .current-menu-parent{
	/*background: #fff;*/
}



#nav-menu-item-1877 a > span {
    border: 1px solid #fff;
}

#nav-menu-item-1877 a > span:last-child {
    border: 0;
}

#subMenu {
    border-bottom: 2px solid #e8e8e8;
}

#subMenu li {
    float: left;
    width: 20%;
    text-transform: uppercase;
    text-align: center;
}

#subMenu.wpb_widgetised_column .widget {
     margin: 0!important; 
}

/* Chaque item du menu est géré individuellement car ce fonctionnement est particulier au site */
#subMenu.page-presentation li:first-child,
#subMenu.page-organisateurs li:nth-child(2),
#subMenu.page-prix li:nth-child(4),
#subMenu.page-projets li:nth-child(3),
#subMenu.page-philanthropes li:last-child {
    color: #0287c2;
    font-weight: bold;
    border-bottom: 3px solid #0287c2;
}

.drop_down .narrow .second .inner ul li {
    width: 300px;
}

/* Blog Masonry page Catégorie */
.blog_holder.masonry, 
.blog_holder.masonry_full_width {
    margin-top: 3em;
}

.blog_holder.masonry article {
  min-height: 600px;
  height: auto;
  max-height: 700px;
  margin-bottom: 2em
}

.post_text {
    display: block;
}

.blog_holder.masonry_gallery article .time {
	display: none;
}

.blog_holder.masonry_gallery article .post_text {
    text-align: left;
}

.resume p {
    color: #fff;
}

/* Ajout de mot sur l'accueil et animation du chevron */
.slide_anchor_holder a:before {
    display: block;
    content: "En savoir +";
    font-size: 16px;
    text-transform: uppercase;
}

@keyframes bounce {
    0%   {  transform: translateY(0);  }
    20%  {  transform: translateY(-10px); }
    25%  {  transform: translateY(-10px); }
    100%  {  transform: translateY(-10px); }
}

.slide_anchor_holder .slide_anchor_button i {
    animation-name: bounce;
    animation-duration: 2s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    position: relative !important;
}

#qode-home-slider .qbutton {
    border: 1px solid #fff;
    background: transparent;
}

#qode-home-slider .qbutton:hover {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #007CBA;
}

/* Gestion du texte sous les images des membres du jury */
.qode_content_slider_inner .wpb_text_column,
#jury .wpb_text_column,
#donateurs .wpb_text_column {
    line-height: 145%;
    font-size: .9em;
}

#donateurs .wpb_text_column {
    text-align: left;
}

#jury .vc_single_image-wrapper img,
#jury-home .vc_single_image-wrapper img {
    border-radius: 100%;
}

.attachment-thumbnail {
    width: 36px!important;
}

#jury .gallery_holder ul.gallery_inner li { /* pour les icones de thématiques */
    display: inline-block!important;
    float: none;
}

.qode_content_slider_inner .wpb_wrapper {
    text-align: center;
}

.membre:before {
    content: '';
    background: url(../../uploads/2017/07/membre-one-percent-for-the-planet.svg) no-repeat center;
    position: absolute;
    right: 1em;
    width: 50px;
    height: 70px;
    background-size: cover;
}

/* Page catégorie des projets */
.categories-projets img {
    width: 100px;
}

.description_categorie img.marmiton-logo {
    top: 1.3em!important;
    margin-left: 0!important;
}

.description_categorie img.ushuaia-logo {
    top: 3.2em!important;
    margin-left: 0!important;
}

.description_categorie img.feminin-logo {
    top: 3.4em!important;
}

.description_categorie img.terre-logo {
    top: 0.6em;
    margin-top: 3em;
}



/*.subtitle:before {
    content: '';
    display: table;
}

.subtitle {
    display: table-cell;
    vertical-align: middle;
}*/

.subtitle img {
    width: 70px;
    display: inline;
}

.subtitle img:hover {
    cursor: pointer!important;
    opacity: .8;
}

.subtitle h4 {
    text-transform: none;
    color: #fff;
}

/* Page projet */

.blog_holder.blog_single article h2.entry_title,
.single-post article.format-standard .post_info {
   text-align: center;
}

.blog_holder.blog_single article h2.entry_title {
    margin-bottom: 0.5em;
}

.blog_holder article .post_text h2 .date,
.blog_holder article .post_text .post_author,
.blog_holder article .post_text .time {
    display: none!important;
}

/* Fil d'ariane */

.breadcrumb {
    position: relative;
    padding: 1em 45px;
    background: #212121;
    font-size: 11px;
}

.breadcrumb a {
    color: #999!important;
}

.breadcrumb a:hover {
    color: #fff!important;
}

.breadcrumb .current {
    font-style: italic;
    color: #fff!important;
}

/* Mobile */
.mobile_menu_button span, .side_menu_button>a,
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    color: #fff;
}

nav.mobile_menu ul li.active > a {
    background: #fff;
    padding-left: 1em;
}

.mobile_menu_button i {
    font-size: 2em;
}

@media(max-width: 767px) {
    #sticky-sidebar .vc_custom_1500195239368{
        margin-left: 0!important;
        margin-top: 2em;
    }
}


.gallery_inner .gallery_with_space .no_grayscale img {
    width: 40px!important;
    height: 40px!important;
}

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

/* Vote */
.vote-btn {
    width: 200px; /* A garder pour la ré-ouverture des votes */
    margin: 0.5em auto 0;  /* A garder pour la ré-ouverture des votes */
    display: none;  /*Caché le jour de la fermeture des votes */
}

.ancien-evenement .vote-btn {
	display: none;
}

.not-connected {
    background: #fafafa;
    /*border: 1px solid #e8e8e8;*/
    margin-bottom: 5em;
    padding: 1em .5em;
}

.vote-btn-ok {
    background-color: #bfe2c2;
    color: #3d6d41;
    margin-top: 0.6em;
    display: inline-block;
    padding: 0.2em .5em;
    border-radius: 5px;
}

.vote_vignette {
    /*min-height: 85px;*/ /* Taille originale avant la clôture des votes : height: 85px; et à la fin des votes 30px; */
    background: #f9f9f9;
    margin-top: 1em;
    padding: 0.5em 0.5em 0;
    text-align: center;
    font-size: .9em;
}

.vote_vignette.ancien-evenement {
    min-height: 35px;
}

.vote_vignette .vote-btn {
    width: 170px;
}

.post-ratings-image {
    width: 200px;
}

.projet-input {
    margin-top: 1em!important;
    cursor: default!important;
    border: 0px!important;
}

.projet-link {
    text-align: center;
    border: 1px solid #eeeeee;
    background: #f7cfcf;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

.projet-link-pitch {
    font-size: 1.3em;
    font-weight: bolder;
    color: #c74a47;
}

.pum-theme-2405 .pum-title, .pum-theme-default-theme .pum-title {
    font-size: 18px!important;
    line-height: 18px!important;
}

.pum-theme-2405 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: rgb(0, 96, 144)!important;
}

#pum_popup_title_2430 {
    display: none; /* Je cache le titre de la popup car on a ajouté une phrase */
}

.shaker {
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
          animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}


/* Formulaire Ultimate member */

.um-profile-photo,
.um-profile-edit {
    display: none;
}

.um-field-label .um-field-label-icon i {
    font-size: 18px!important;
}

.um-field {
    padding: 10px 0 0 0!important;
}

.um-field-shortcode {
    font-size: 13px;
    padding-top: 10px;
}

.um-form input[type="text"], .um-form input[type="tel"], .um-form input[type="number"], .um-form input[type="password"] {
    padding: 0 10px !important;
    font-size: 14px !important;
    height: 30px !important;
}

.um-field-block {
    color: #555!important;
    font-size: 15px!important;
}

.um-field-block hr {
    opacity: .3!important;
}

.um-header {
    padding: 0!important;
    border-bottom: 0!important;
    min-height: 50px!important;
}

.projet-soutenu-date {
    font-size: 0.9em;
    font-style: italic;
    margin-left: 5px;
}

/* Contact form 7 */
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 {
    border: 1px solid #999;
    border-radius: 5px;
}

#contact .wpcf7-submit {
    width: 100%!important;
    margin-top: 2em!important;
    display: block!important;
    box-sizing: border-box!important;
    text-align: center!important;
}

#contact .your-message textarea {
    height: 150px!important;
}

#contact .wpcf7 form.wpcf7-form p {
    margin-bottom: 10px;
}

/* Footer */

.call_to_action_text a {
    color: #fff!important;
    text-decoration: underline!important;
    transition: .2s;
}

.call_to_action_text a:hover {
    opacity: .7;
}

.footer-mentions {
    background: #333333;
    padding: .5em;
    margin: 0 auto;
    text-align: center;
}

.footer-mentions p {
    color: #e8e8e8;
}

.footer-mentions a {
    color: #e8e8e8;
    text-decoration: underline;
}

.footer-mentions a:hover {
    color: #007cba;
    text-decoration: underline;
}

/* Responsive ajustements divers */

@media(max-width: 1350px) {
        nav.main_menu>ul>li>a {
        padding: 0 5px;
        font-size: 13px;
    }
}

@media(max-width: 1200px){
    .q_slide_subtitle {
        font-size: 45px!important;
    }

    nav.main_menu>ul>li>a {
        padding: 0 5px;
        font-size: 11px;
    }

    #subMenu li {
        font-size: 0.9em;
    }
}

@media(min-width: 1001px) and (max-width: 1199px) {
    nav.main_menu>ul>li>a {
        padding: 0;
        font-size: 10px;
    }
}

@media  (max-width: 768px) {
    .qbutton.big_large_full_width.center {    
        width: 100% !important;    
        box-sizing: border-box !important;    -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;    
        -webkit-box-sizing: border-box !important;
    }

    .qbutton.large,
    .qbutton.big_large {
        height: auto;
        white-space: initial;
        line-height: 140%;
        padding: 1em;
        text-align: center;
    }

    .vc_custom_1500044810232 {
         margin-left: -1em !important; 
    }

    #sidebar-sticky-thumbnail {
        width: 100%;
        margin-bottom: 1em;
    }

    .vote-btn {
        width: 100%;
		display: none;
    }

    #jury .section_inner .col-sm-3 {
        width: 50%!important;
    }

    .q_slide_subtitle {
        font-size: 2.7em!important;
        margin-top: -0.8em;
    }

    #qode-home-slider .qbutton {
        border: 1px solid #fff;
        background: transparent;
        padding: 1em;
        font-size: 1.2em;
    }

    #subMenu li {
        width: 100%;
    }

    #subMenu.page-presentation li:first-child, #subMenu.page-organisateurs li:nth-child(2), #subMenu.page-prix li:nth-child(3), #subMenu.page-projets li:nth-child(4), #subMenu.page-philanthropes li:last-child {
        border-bottom: 0px solid #0287c2;
    }

    #etape2, #submitAdhesion, #etape1 {
        float: none;
        width: 100%;
        box-sizing: border-box!important;
        text-align: center;
        margin-bottom: 2em;
    }

}

@media(max-width: 650px) {
    #subMenu {
        margin-top: -30px;
    }

}

.big_txt{
	font-size: 20px;
    line-height: 32px;
}

.biger_txt{
	font-size: 40px;
    line-height: 50px;
	font-family: 'GothamBold'!important;
}

.justify_txt{
	text-align:justify;
}

a.search_button {
	font-size:18px;
}

body.search .blog_large_image{
	display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}

body.search article{
	width:45%;
	margin-left:auto;
	margin-right:auto;
}

header ul li div.drop_down_start ul li a{
	color: rgba(0,124,186,1)!important;
}

header.scrolled nav.main_menu > ul > li > a{
	color:rgba(0,124,186,1)!important;
	transition:all .2s;
}

header.scrolled nav.main_menu > ul > li:hover > a span:not(.plus){
	background:rgba(0,124,186,1);
	color:white;
}

header.scrolled div.header_bottom {
	box-shadow: 0 1px 3px rgba(0,0,0,.11)!important;
}

header.scrolled a.search_button{
	color:rgba(0,124,186,1)!important;
}



header.scrolled div.logo_wrapper img.sticky{
	opacity:1;
}

header.scrolled div.logo_wrapper img.normal{
	opacity:0;
}

footer .container .container_inner{
	
}

footer .column1 img{
	max-width: 250px!important;
    height: 80px!important;
    width: auto;
}



footer .textwidget,footer .textwidget p,footer .textwidget a{
	color:white!important;
}

footer .textwidget a:hover{
	text-decoration:underline;
}

footer .column1 .textwidget{
	font-size:18px;
}

footer .widget_nav_menu{
	text-align:left;
	margin-top:35px!important;
}

footer .widget_nav_menu ul {
	width: max-content;
	width:-webki-max-content;
	width:-moz-max-content;
    margin-left: auto;
    margin-right: 5px;
}

footer .widget_nav_menu ul li a{
	color: white;
    font-size: 18px;
    font-weight: bold;
}
footer .widget_nav_menu ul li a:hover{
	text-decoration:underline;
}

.vc_row.center_block .full_section_inner {
	max-width: 1400px;
    margin: auto;
}

.vc_row.center_block {
    padding-left: 50px;
    padding-right: 50px;
}

.content_bottom{
	margin-top:50px;
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow i{
	color:rgba(0,124,186,1)!important;
}

.drop_down .second .inner ul.right li a{
	text-align:left!important;
}

nav.main_menu.right{
	
}

.side_menu_button>a.search_button{
	display:flex;
}

nav.main_menu>ul>li>a{
	padding: 0 30px;
}

@media(max-width:800px){
	h1{
		font-size:18px;
	}
	
	footer .column2.footer_col2 .column_inner {
    	display: flex;
    	flex-wrap: wrap;
	}
	
	footer .column2.footer_col2 .column_inner span.circle_social{
		width: 33%;
    	text-align: center;
    	margin-top: 20px;
	}
	
	footer .column2.footer_col2 div#nav_menu-3{
		margin-top:50px;
	}
	
	footer div.column1 {
		text-align:center!important;
	}
	
	footer .column1 .textwidget{
		font-size:16px;
	}
	
	footer div#nav_menu-3{
		margin:auto!important;
		margin-top:50px!important;
		text-align:center;
	}
}

header div.header_top_bottom_holder > div.clearfix{
    background-color: white!important;
}

.mobile_menu_button span, .side_menu_button>a, nav.mobile_menu ul li a, nav.mobile_menu ul li h3{
    color: rgba(0,124,186,1)!important;
}

nav.main_menu > ul > li > a{
    color: rgba(0,124,186,1)!important;
}

.header_bottom, nav.mobile_menu{
    background-color: transparent!important;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
    opacity: .7!important;
}

.side_menu_button>a.fullscreen_search_close{
    color: white!important;
}

body.archive.category .content_inner > .container .default_template_holder {
	padding-top:50px;
}
