/**
 * Variables
 */
:root {
    --relais: #178951;
    --relais-bg: #17895130;
}

/**
 * Bootstrap
 */
.container {
    max-width: 1170px;
}

 /**
 * General
 */
.full-width {
    width: 100%;
}

.full-width a {
    width: 100%;
}

.background-fixed {
    background-attachment: fixed;
}

/**
 * Campagne List
 */
.campagne-item-image {
    opacity: 0.8;
    border: 8px solid #eee;
    border-radius: 30px;
}

.campagne-item:hover .campagne-item-image {
    opacity: 1;
    transition: 0.3s ease;
}

.campagne-item h3:hover {
    color: #666 !important;
    /*color: #16becf !important;*/
}

.liste-campagnes h2 {
    margin: 50px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
}

/**
 * Campagne Meter
 */
.campagne-meter {
    box-sizing: content-box;
    height: 30px;
    position: relative;
    margin: 20px 0 5px 0;
    background: #555;
    border-radius: 25px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);

    margin-left: 40px;
    margin-right: 40px;
}

.single .campagne-meter,
.team-info .campagne-meter {
    margin-top: 60px;
}

.campagne-meter>span {
    position: relative;
    display: block;
    height: 100%;
    border-top-right-radius: 0px;
    /* 8px */
    border-bottom-right-radius: 0px;
    /* 8px */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #ccc;
    /* default */
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.campagne-meter>span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
    z-index: 1;
    background-size: 200px 200px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate>span:after {
    display: none;
}

.campagne-meter-percentage {
    position: absolute;
    top: -5px;
    background-color: #ccc;
    /* default */
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    /*background-image: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);*/
    /*-webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0.5px #333;*/
    color: #fff;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 15px;
}

/*
@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}
*/

.nostripes>span>span,
.nostripes>span::after {
    background-image: none;
}

.campagne-meter-details {
    text-align: center;
    margin-bottom: 60px;
}

.campagne-main-image {
    width: 100% !important;
    max-width: 100% !important;
}

.campagne-main-image img {
    object-fit: cover !important;
    object-position: 50% 0 !important; /*object-position: 0 10% !important;*/
    width: 100% !important;
    height: 100vh !important;
    /*height: 80vh !important;*/
    /*max-height: 1000px !important;*/
}

.campagne-main-image .wpb_content_element {
    margin-bottom: 0;
}

/**
 * Single : Large image
 */
.single-campagne #top-btn {
    /*display: none;*/
}

.single .wpb_single_image.fullwidth .vc_figure {
    width: 100%;
    max-width: none;
}

.single .wpb_single_image.fullwidth .vc_figure .vc_single_image-wrapper {
    width: 100%;
    max-width: none;
}

.single .wpb_single_image.fullwidth .vc_figure img {
    width: 100%;
    height: auto;
    max-width: none;
}

.single .ui-widget-content {
    background: none;
    color: #000;
}

.single .campagne-logo-title {
    margin-top: 80px;
    font-family: 'Raleway';
    font-weight: 600;
}

.single .campagne-logo {
    margin-top: 40px;
    margin-bottom: 60px;
}

/**
 * ACF Repeater
 */
.acf_block {
    padding-top: 25px;
    padding-bottom: 25px;
}

.acf_block .imgborder,
.subblock_content .imgborder {
    border: 1px solid #666;
}

.acf_block h3,
.subblock_content h3 {
    font-family: 'Sue Ellen Francisco';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 40px;
}

.acf_block h4,
.subblock_content h4 {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subblock_content a {
    color: #000000;
}

.acf_block a,
.subblock_content a {
    text-decoration: underline;
}
.acf_block a:hover,
.subblock_content a:hover {
    text-decoration: none;
}

.acf_block .block_title {
    text-align: left;
}

.acf_block .block_content {
    text-align: left;
}

.acf_block .block_content ul,
.subblock_content ul {
    margin-top: 20px;
}

.acf_block .block_content,
.subblock_content,
.acf_block .block_content ul,
.subblock_content ul,
.acf_block .block_content ol,
.subblock_content ol,
.acf_block .block_content dl,
.subblock_content dl,
.acf_block .block_content p,
.subblock_content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.acf_block img,
.subblock_content img {
    margin-bottom: 40px;
}

.acf_block .block_content table,
.subblock_content table {
    display: inline-table;
    margin: 0;
    table-layout: fixed;
    /*margin-top: 20px;*/
    /*overflow-wrap: break-word;*/
    /*font-size: 14px;*/
}

.acf_block .block_content table thead,
.subblock_content table thead {
    border: 1px solid #d3d3d3;
    text-align: left;
}

.acf_block .block_content table th,
.subblock_content table th {
    padding: 20px 10px;
    color: #fff;
}

.acf_block .block_content table tr td,
.subblock_content table tr td {
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.block_content .vc_tta-container {
    margin-bottom: 0;
}

.vc_tta.vc_general .vc_tta-panel-body {
    font-size: 16px !important;
}


/**
 * FAQ Accordions
 */
.single .vc_toggle {
    margin-left: 20px !important;
}

/* Accordion title */
.single .vc_toggle .vc_toggle_title h4 {
    margin-top: 10px;
    border: none;
    /*font-family: 'Barlow Condensed', sans-serif;*/
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
}

.single .vc_toggle .vc_toggle_content {
    padding-bottom: 20px;
}

/**
 * Block accordion
 */
.vc_tta-container {
    margin-top: 20px;
}

.vc_tta-container .vc_tta-title-text {
    /*font-family: 'Barlow Condensed', sans-serif;*/
    /*font-size: 30px;*/
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vc_tta-container .vc_tta-panel-title>a {
    color: #000 !important;
    padding: 20px 46px !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-title {
    /*background-color: rgb(250, 250, 250) !important;*/
    background: rgb(0, 0, 0, 0.1) !important;
}

.vc_tta-panel .vc_tta-controls-icon-chevron {
    top: calc(50% - 5px) !important;
    transform: rotate(-90deg) !important;
}

.vc_tta-panel.vc_active .vc_tta-controls-icon-chevron {
    top: calc(50% - 5px) !important;
    transform: rotate(-180deg) !important;
}

/**
 * Slideshow
 */
 .home .wpb_posts_slider .wpb_content_element,
 .single .wpb_posts_slider .wpb_content_element {
    margin-bottom: 0 !important;
}

.home .wpb_posts_slider .flex-caption,
.single .wpb_posts_slider .flex-caption {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	text-transform: none !important;

    position: absolute;
    width: 100%;
    top: 35%;
    /* top: 50% */
    transform: translateY(-50%);
    /* bottom: 9%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    background: none;
    color: #fff;
    /*text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666 !important;*/
    /* text-shadow: 0 0 10px #000000 !important; */
    text-shadow: 0 10px 15px #000000;
}

.home .wpb_posts_slider .flex-caption .mpc-button__title,
.single .wpb_posts_slider .flex-caption .mpc-button__title {
    text-shadow: none !important;
}

.home .wpb_posts_slider .flex-caption.valign-very-high,
.single .wpb_posts_slider .flex-caption.valign-very-high {
    top: 15% !important;
}
.home .wpb_posts_slider .flex-caption.valign-high,
.single .wpb_posts_slider .flex-caption.valign-high {
    top: 35% !important;
}
.home .wpb_posts_slider .flex-caption.valign-middle,
.single .wpb_posts_slider .flex-caption.valign-middle {
    top: 50% !important;
}

/* Hide previous/next links */
.home .wpb_posts_slider .flex-direction-nav,
.single .wpb_posts_slider .flex-direction-nav {
    display: none !important;
}

.home .wpb_posts_slider .flex-prev,
.home .wpb_posts_slider .flex-next {
    opacity: 0.5 !important;
}

/* Post title */
.home .wpb_posts_slider .flex-caption .post-title,
.single .wpb_posts_slider .flex-caption .post-title {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-size: 1.75vw;*/
    font-size: 24px;
    /*font-size: 0.4em;*/
    line-height: 1.1em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    background-color: rgb(51, 51, 51, 0.6);
    padding: 6px;
    margin: 0 0 30px 0;
}

/* Excerpt */
.home .wpb_posts_slider .flex-caption,
.home .wpb_posts_slider .flex-caption p,
.single .wpb_posts_slider .flex-caption,
.single .wpb_posts_slider .flex-caption p {
    text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	text-transform: none !important;
    font-size: 80px;
    /*font-size: 5em;*/
    line-height: 1.1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    /*line-height: 132px;*/
    /*font-family: 'Barlow Condensed', sans-serif;*/
    /*text-transform: uppercase;*/
}

.home .wpb_posts_slider .flex-caption a,
.single .wpb_posts_slider .flex-caption a {
    margin-top: 30px;
}

.home .wpb_posts_slider .flex-caption .more-link,
.single .wpb_posts_slider .flex-caption .more-link {
    display: none;
}

.home .flex-control-nav {
    display: none;
}

.wpb_posts_slider .slides img {
    /* -webkit-filter: saturate(80%) contrast(100%) brightness(100%); */
    /* filter: saturate(80%) contrast(100%) brightness(100%); */ /* Safari 6.0 - 9.0 */
}


/**
 * Campagne btn
 */
.campagne-btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none !important;
}

/**
 * Teams
 */
.page-teams {
    padding-left: 30px;
    padding-right: 30px;
}

.page-template-teams_list #top-btn {
    /*display: none;*/
}

.page-teams h2 {
    margin-bottom: 40px;
}

.page-teams h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.page-teams h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.page-teams h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page-teams h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page-teams hr {   
    border-top: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 15px;
}

.page-teams .team-entry {
    text-decoration: underline;
}

.page-teams .team-info {
    margin-top: 20px;
}

.page-teams .team-info:after {
    content: "";
    display: table;
    clear: both;
}

.page-teams .team-details {
    background-color: #ffffff;
}

.page-teams .runners {
    padding-bottom: 20px;
}

.page-teams .runners:after {
    content: "";
    display: table;
    clear: both;
}

.page-teams .team-box {
    padding:20px 30px 30px 30px;
    font-size: 18px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.page-teams .team-box-featured {
    text-align: center;
    background-color: #ffffff;
}

.page-teams .team-photo-container {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
}

.page-teams .team-box-featured img {
    max-height: 200px;
}

.page-teams .team-box-donations {
    text-align: left;
    background-color: #eeeeee;
}

.page-teams .team-box-donators {
    text-align: left;
    background-color: #eeeeee;
}

.page-teams h4 a {
    text-decoration: underline;
}

.page-teams .team-box h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
    .page-teams .team-boxes {
        float: left;
        width: 33%;
    }

    .page-teams .team-details {
        float: left;
        width: 67%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-teams .team-details .runner {
    width: 31%;
    float: left;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 1%;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .page-teams .team-details .runner {
        width: 48%;
        margin: 1%;
    }
}

.page-teams a {
    color: #3a4149;
}

.page-teams table th {    
    font-family: 'Barlow Condensed';
    font-size: 18px;
    padding: 20px !important;
    letter-spacing: 1px;
}
.page-teams table td {
    padding: 10px 20px !important;
    vertical-align: top;
    font-size: 18px;
}

.page-teams .team-details .runner .photo {
    height: 180px;
}

.page-teams .team-details .runner .name {
    margin-top: 15px;
    line-height: 1.1em;
}

.page-teams .team-details img {
    max-height: 500px;
}

.page-teams .team-details .runner img {
    max-height: 180px;
}

.page-teams .intro {
    padding-top: 0;
    padding-bottom: 20px;
    
    font-size: 18px;
    line-height: 30px;
}

.page-teams .intro p {
    font-size: 18px;
    line-height: 30px;
    color: #7b838b;
}

.page-teams .intro h5 {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
}

.page-teams .intro .mpc-button__content {
    justify-content: start;
}

.page-teams .donation {
    display: block;
}

.page-teams .donation .name {
    display: block;
    float: left;
    width: 60%;
    line-height: 1.1em;
}

.page-teams .donation .amount {
    display: block;
    width: 40%;
    float: left;
    text-align: right;
    font-weight: bold;
    line-height: 1.1em;
}

.page-teams .donation:after {
    content: "";
    display: table;
    clear: both;
}

.page-teams .donate-button {
    background-color: var(--relais);
    border: 1px solid var(--relais);
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    padding: 15px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
}

.page-teams .donate-button:hover {
    color: #ffffff;
}

.page-teams .charity {
    background-color: var(--relais);
    border: 1px solid var(--relais);
    padding: 2px 8px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
}

.team-info .charity {
    padding: 8px 10px;
    font-size: 16px;
}

.team-info .team-name {
    text-align: center;
}

.team-info .charity-container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-teams .donations-explanation {
    border: 1px solid var(--relais);
    background-color: var(--relais-bg);
    border-radius: 5px;
    padding: 20px;
}

.page-teams .search form {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.page-teams .search .search-field {
    color: black;
    height: auto;
    padding: 10px;
    flex-grow: 1;
    margin-right: 10px;
}

.page-teams input {
    outline-width: 0;
}

.page-teams .search input[type="submit"] {
    background-color: var(--relais);
    color: white;
    cursor: pointer;
    padding: 12px;
    outline-width: 0;
    border: none;
}

.page-teams .search .search-field::placeholder {
    color: #777777;
}

.page-teams .search .search-field:-ms-input-placeholder {
    color: #777777;
}

.page-teams .search .search-field::-ms-input-placeholder {
    color: #777777;
}

@media (max-width: 1000px) {
    .page-teams .team-entry {
        display: block;
    }
}

#code-items td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.code-items-list {
    border: 2px dotted rgba(255, 255, 255, 0.25);
    padding: 20px;
    line-height: 24px;
    text-align: center;
}

/**
 * Auction
 */
#auction-items a {
    text-decoration: none;
    font-weight: bold;
}

.auction-items-list-higher-bid {
    border: 2px dotted #ccc;
    padding: 20px;
    line-height: 24px;
    text-align: center;
}

.auction-higher-bid {
    padding: 40px;
    margin: 40px 0;
    border: 5px solid #333;
    border-radius: 12px;
}

.auction-higher-bid h3 {
    font-family: 'Montserrat';
    text-transform: none;
    font-weight: 600;
    font-size: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auction-higher-bid h4 {
    font-family: 'Montserrat';
    text-transform: none;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auction-higher-bid p {
    font-family: 'Montserrat';
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auction-higher-bid h3.auction-higher-bid-heading {
    font-family: 'Montserrat';
    text-transform: none;
    font-weight: 800;
    font-size: 42px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.auction-timer {
    margin-top: 40px;
    margin-bottom: 80px;
}

.auction-timer-heading {
    font-family: 'Raleway';
    text-transform: none;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/**
 * Single auction item
 */
 
.single-auction_item #top-btn {
    /*display: none;*/
}

.single-auction_item h3 {
    font-family: 'Barlow Condensed', sans-serif;
    /*font-size: 60px;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.single-auction_item h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.single-auction_item h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
}

.single-auction_item h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.single-auction_item .runners {
    margin-top: 40px;
    padding-bottom: 20px;
}

.single-auction_item .runners:after {
    content: "";
    display: table;
    clear: both;
}

.single-auction_item .block_runners_leader .runner,
.single-auction_item .block_runners_private .runner {
    /*width: 28%;*/
    float: left;
    text-align: center;
    margin-right: 60px;
    /*border: 1px solid #e0e0e0;*/
    /*padding: 15px;*/
    /*margin: 1%;*/
    /*font-size: 14px;*/
}

/*
@media screen and (max-width: 992px) {
    .single-auction_item .block_runners_leader .runner,
    .single-auction_item .block_runners_private .runner {
        width: 48%;
        margin: 1%;
    }
}
*/

.single-auction_item .block_runners_public .runner {
    margin-left: 80px;
}

.single-auction_item .block_team_photo img {
    max-width: 80%;
    margin: 60px 0 40px 0 !important;
    border: 2px solid #eee;
}
@media screen and (max-width: 767px) {   
    .single-auction_item .block_team_photo img {
        max-width: 100%;
    }
}

.single-auction_item .runner img {
    /*max-height: 240px;*/
    /*border: 1px solid #eee;*/
    margin-bottom: 0;
    border-radius: 50%;
    object-fit: cover;
    width: 230px !important;
    height: 230px !important;
}

.single-auction_item .runner .name {
    margin-top: 15px;
    line-height: 1.1em;
}

.single-auction_item .intro {
    padding-top: 20px;
}

.mpc-button .mpc-button__title em {
    padding-left: 6px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}

/**
 * Mobile
 */
@media screen and (max-width: 1280px) {
    .acf_block img,
    .subblock_content img {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .acf_block table,
    .subblock_content table {
        width: 100% !important;
        margin: 0 !important;
    }

    .alignleft,
    .alignright {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
    .mpc-button .mpc-button__title {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 860px) {
}

@media screen and (max-width: 767px) {
    .flex-prev, .flex-next {
       font-size: 20px;
    }

    .campagne-main-image img {
        /*height: 60vh !important;*/
    }

    /* Post title */
    .home .wpb_posts_slider .flex-caption .post-title,
    .single .wpb_posts_slider .flex-caption .post-title {
        /*font-size: 0.3em;*/
        font-size: 14px;
    }

    /* Excerpt */
    .home .wpb_posts_slider .flex-caption,
    .home .wpb_posts_slider .flex-caption p,
    .single .wpb_posts_slider .flex-caption,
    .single .wpb_posts_slider .flex-caption p {
        /*font-size: 3em;*/
        font-size: 40px;
    }

    /* Auction items */
    #auction-items thead {
        display: none;
    }
    #auction-items td {
        display: block;
        border-bottom: none;
    }
    #auction-items td:not(:first-child) {
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}


h2.post-title {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background-color: #1e6190 !important;
	padding: 6px 20px 6px 20px !important;
	text-transform: none !important;
}

/* BON COUP DE PEDALE */
.bon-coup-de-pedale {
	background-image: url("https://www.fondationchristianvachon.com/wp-content/uploads/2024/05/fond-grand-tour-d-ecoles.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 300px 0 300px;
	margin-left: -300px;
	margin-right: -300px;
}

.background-gradient {
	background-image: url("https://www.fondationchristianvachon.com/wp-content/uploads/2024/05/fond-amassadeur.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 30px 300px 0 300px;
	margin-left: -300px;
	margin-right: -300px;*/
}

.bon-coup-de-pedale2 {
	background-image: url("https://www.fondationchristianvachon.com/wp-content/uploads/2024/05/fond-grand-tour-d-ecoles.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 300px 0 300px;
	margin-left: -300px;
	margin-right: -300px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

@media screen and (max-width: 1280px) {
    .grand-tour-velo {
        display: flex;
        flex-direction: column;
    }

    .grand-tour-velo img {
        position: static !important;
        float: none !important;
        width: 100% !important;
        order: 99;
        margin: 20px 0 0 0 !important;
    }
}

@media screen and (max-width: 778px) {

	.bon-coup-de-pedale2 {
		flex-direction: column;
	}

	.bon-coup-gauche {
		float: left;
		width: 100%;
	}

	.bon-coup-droit {
		float: right;
		width: 100%;
	}

	.enfant-responsive {
		padding: 0 100px 0 100px;
	}

	.trois-facons {
		display: flex;
		padding-bottom: 30px;
		flex-direction: column;
	}

	.fond-rouge {
		padding: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 779px) {

	.bon-coup-gauche {
		float: left;
		width: 60%;
	}

    .bon-coup-droit {
		float: right;
		width: 33%;
	}

	.trois-facons {
		display: flex;
		padding-bottom: 30px;
	}

	.fond-rouge {
		padding: 10px 20px 0 20px;
	}
}

.acf_block img {
	padding-bottom: 0 !important;
}

.col-fond-rouge {
	flex: 1
}

.fond-rouge {
	/*
    margin-left: 10px;
	margin-right: 10px;
    */
	background: #df2d34;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	height: 100%;
}

h3.h3fond-rouge {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;
}

